../5b9afbe5ef1543dd17758c77-vibe-core/source/vibe/core/concurrency.d(508,3): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9afbe5ef1543dd17758c77-vibe-core/source/vibe/core/concurrency.d(524,3): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9afbe5ef1543dd17758c77-vibe-core/source/vibe/core/core.d(915,1): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9afbe5ef1543dd17758c77-vibe-core/source/vibe/core/core.d(1149,3): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9a6a87592222f1656b174a-vibe-d/utils/vibe/utils/array.d(653,2): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9afbe5ef1543dd17758c77-vibe-core/source/vibe/internal/freelistref.d(193,3): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9afbe5ef1543dd17758c77-vibe-core/source/vibe/internal/freelistref.d(229,3): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9afbe5ef1543dd17758c77-vibe-core/source/vibe/core/net.d(368,3): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9afbe5ef1543dd17758c77-vibe-core/source/vibe/core/net.d(372,3): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9afbe5ef1543dd17758c77-vibe-core/source/vibe/core/net.d(377,4): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9a6a87592222f1656b174a-vibe-d/http/vibe/http/common.d(634,3): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../phobos/std/traits.d(3688,61): Deprecation: function `std.typecons.Nullable!bool.Nullable.get_` is deprecated - Implicit conversion with `alias Nullable.get this` will be removed after 2.096. Please use `.get` explicitly. /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../phobos/std/traits.d(3689,61): Deprecation: function `std.typecons.Nullable!bool.Nullable.get_` is deprecated - Implicit conversion with `alias Nullable.get this` will be removed after 2.096. Please use `.get` explicitly. /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../phobos/std/traits.d(3688,61): Deprecation: function `std.typecons.Nullable!string.Nullable.get_` is deprecated - Implicit conversion with `alias Nullable.get this` will be removed after 2.096. Please use `.get` explicitly. /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../phobos/std/traits.d(3689,61): Deprecation: function `std.typecons.Nullable!string.Nullable.get_` is deprecated - Implicit conversion with `alias Nullable.get this` will be removed after 2.096. Please use `.get` explicitly. /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../phobos/std/traits.d(3688,61): Deprecation: function `std.typecons.Nullable!uint.Nullable.get_` is deprecated - Implicit conversion with `alias Nullable.get this` will be removed after 2.096. Please use `.get` explicitly. /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../phobos/std/traits.d(3689,61): Deprecation: function `std.typecons.Nullable!uint.Nullable.get_` is deprecated - Implicit conversion with `alias Nullable.get this` will be removed after 2.096. Please use `.get` explicitly. /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../phobos/std/traits.d(3688,61): Deprecation: function `std.typecons.Nullable!(ShippingAddress).Nullable.get_` is deprecated - Implicit conversion with `alias Nullable.get this` will be removed after 2.096. Please use `.get` explicitly. /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../phobos/std/traits.d(3689,61): Deprecation: function `std.typecons.Nullable!(ShippingAddress).Nullable.get_` is deprecated - Implicit conversion with `alias Nullable.get this` will be removed after 2.096. Please use `.get` explicitly. /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../phobos/std/traits.d(3688,61): Deprecation: function `std.typecons.Nullable!(OrderInfo).Nullable.get_` is deprecated - Implicit conversion with `alias Nullable.get this` will be removed after 2.096. Please use `.get` explicitly. /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../phobos/std/traits.d(3689,61): Deprecation: function `std.typecons.Nullable!(OrderInfo).Nullable.get_` is deprecated - Implicit conversion with `alias Nullable.get this` will be removed after 2.096. Please use `.get` explicitly. source/telega/botapi.d(1867,59): Error: `@safe` function `telega.botapi.BotApi.getUpdates` cannot call `@system` function `telega.botapi.BotApi.callMethod!(Update[], GetUpdatesMethod).callMethod` source/telega/botapi.d(1823,11): `telega.botapi.BotApi.callMethod!(Update[], GetUpdatesMethod).callMethod` is declared here source/telega/botapi.d(1881,55): Error: `@safe` function `telega.botapi.BotApi.setWebhook` cannot call `@system` function `telega.botapi.BotApi.callMethod!(bool, SetWebhookMethod).callMethod` source/telega/botapi.d(1823,11): `telega.botapi.BotApi.callMethod!(bool, SetWebhookMethod).callMethod` is declared here source/telega/botapi.d(1888,58): Error: `@safe` function `telega.botapi.BotApi.deleteWebhook` cannot call `@system` function `telega.botapi.BotApi.callMethod!(bool, DeleteWebhookMethod).callMethod` source/telega/botapi.d(1823,11): `telega.botapi.BotApi.callMethod!(bool, DeleteWebhookMethod).callMethod` is declared here source/telega/botapi.d(1895,66): Error: `@safe` function `telega.botapi.BotApi.getWebhookInfo` cannot call `@system` function `telega.botapi.BotApi.callMethod!(WebhookInfo, GetWebhookInfoMethod).callMethod` source/telega/botapi.d(1823,11): `telega.botapi.BotApi.callMethod!(WebhookInfo, GetWebhookInfoMethod).callMethod` is declared here source/telega/botapi.d(1902,50): Error: `@safe` function `telega.botapi.BotApi.getMe` cannot call `@system` function `telega.botapi.BotApi.callMethod!(User, GetMeMethod).callMethod` source/telega/botapi.d(1823,11): `telega.botapi.BotApi.callMethod!(User, GetMeMethod).callMethod` is declared here /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../phobos/std/range/primitives.d(174,38): Deprecation: function `std.typecons.Nullable!(ParseMode).Nullable.get_` is deprecated - Implicit conversion with `alias Nullable.get this` will be removed after 2.096. Please use `.get` explicitly. /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../phobos/std/range/primitives.d(174,38): Deprecation: function `std.typecons.Nullable!string.Nullable.get_` is deprecated - Implicit conversion with `alias Nullable.get this` will be removed after 2.096. Please use `.get` explicitly. /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../phobos/std/range/primitives.d(176,27): Deprecation: function `std.typecons.Nullable!string.Nullable.get_` is deprecated - Implicit conversion with `alias Nullable.get this` will be removed after 2.096. Please use `.get` explicitly. /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../phobos/std/range/primitives.d(1264,26): Deprecation: function `std.typecons.Nullable!string.Nullable.get_` is deprecated - Implicit conversion with `alias Nullable.get this` will be removed after 2.096. Please use `.get` explicitly. source/telega/botapi.d(1918,59): Error: `@safe` function `telega.botapi.BotApi.sendMessage` cannot call `@system` function `telega.botapi.BotApi.callMethod!(Message, SendMessageMethod).callMethod` source/telega/botapi.d(1823,11): `telega.botapi.BotApi.callMethod!(Message, SendMessageMethod).callMethod` is declared here source/telega/botapi.d(1935,62): Error: `@safe` function `telega.botapi.BotApi.forwardMessage` cannot call `@system` function `telega.botapi.BotApi.callMethod!(Message, ForwardMessageMethod).callMethod` source/telega/botapi.d(1823,11): `telega.botapi.BotApi.callMethod!(Message, ForwardMessageMethod).callMethod` is declared here source/telega/botapi.d(1940,57): Error: `@safe` function `telega.botapi.BotApi.sendPhoto` cannot call `@system` function `telega.botapi.BotApi.callMethod!(Message, SendPhotoMethod).callMethod` source/telega/botapi.d(1823,11): `telega.botapi.BotApi.callMethod!(Message, SendPhotoMethod).callMethod` is declared here source/telega/botapi.d(1956,57): Error: `@safe` function `telega.botapi.BotApi.sendAudio` cannot call `@system` function `telega.botapi.BotApi.callMethod!(Message, SendAudioMethod).callMethod` source/telega/botapi.d(1823,11): `telega.botapi.BotApi.callMethod!(Message, SendAudioMethod).callMethod` is declared here source/telega/botapi.d(1972,60): Error: `@safe` function `telega.botapi.BotApi.sendDocument` cannot call `@system` function `telega.botapi.BotApi.callMethod!(Message, SendDocumentMethod).callMethod` source/telega/botapi.d(1823,11): `telega.botapi.BotApi.callMethod!(Message, SendDocumentMethod).callMethod` is declared here source/telega/botapi.d(1988,57): Error: `@safe` function `telega.botapi.BotApi.sendVideo` cannot call `@system` function `telega.botapi.BotApi.callMethod!(Message, SendVideoMethod).callMethod` source/telega/botapi.d(1823,11): `telega.botapi.BotApi.callMethod!(Message, SendVideoMethod).callMethod` is declared here source/telega/botapi.d(2004,57): Error: `@safe` function `telega.botapi.BotApi.sendVoice` cannot call `@system` function `telega.botapi.BotApi.callMethod!(Message, SendVoiceMethod).callMethod` source/telega/botapi.d(1823,11): `telega.botapi.BotApi.callMethod!(Message, SendVoiceMethod).callMethod` is declared here source/telega/botapi.d(2020,61): Error: `@safe` function `telega.botapi.BotApi.sendVideoNote` cannot call `@system` function `telega.botapi.BotApi.callMethod!(Message, SendVideoNoteMethod).callMethod` source/telega/botapi.d(1823,11): `telega.botapi.BotApi.callMethod!(Message, SendVideoNoteMethod).callMethod` is declared here source/telega/botapi.d(2036,62): Error: `@safe` function `telega.botapi.BotApi.sendMediaGroup` cannot call `@system` function `telega.botapi.BotApi.callMethod!(Message, SendMediaGroupMethod).callMethod` source/telega/botapi.d(1823,11): `telega.botapi.BotApi.callMethod!(Message, SendMediaGroupMethod).callMethod` is declared here source/telega/botapi.d(2052,60): Error: `@safe` function `telega.botapi.BotApi.sendLocation` cannot call `@system` function `telega.botapi.BotApi.callMethod!(Message, SendLocationMethod).callMethod` source/telega/botapi.d(1823,11): `telega.botapi.BotApi.callMethod!(Message, SendLocationMethod).callMethod` is declared here source/telega/botapi.d(2069,80): Error: `@safe` function `telega.botapi.BotApi.editMessageLiveLocation` cannot call `@system` function `telega.botapi.BotApi.callMethod!(Nullable!(Message), EditMessageLiveLocationMethod).callMethod` source/telega/botapi.d(1823,11): `telega.botapi.BotApi.callMethod!(Nullable!(Message), EditMessageLiveLocationMethod).callMethod` is declared here source/telega/botapi.d(2098,80): Error: `@safe` function `telega.botapi.BotApi.stopMessageLiveLocation` cannot call `@system` function `telega.botapi.BotApi.callMethod!(Nullable!(Message), StopMessageLiveLocationMethod).callMethod` source/telega/botapi.d(1823,11): `telega.botapi.BotApi.callMethod!(Nullable!(Message), StopMessageLiveLocationMethod).callMethod` is declared here source/telega/botapi.d(2123,57): Error: `@safe` function `telega.botapi.BotApi.sendVenue` cannot call `@system` function `telega.botapi.BotApi.callMethod!(Message, SendVenueMethod).callMethod` source/telega/botapi.d(1823,11): `telega.botapi.BotApi.callMethod!(Message, SendVenueMethod).callMethod` is declared here source/telega/botapi.d(2143,59): Error: `@safe` function `telega.botapi.BotApi.sendContact` cannot call `@system` function `telega.botapi.BotApi.callMethod!(Message, SendContactMethod).callMethod` source/telega/botapi.d(1823,11): `telega.botapi.BotApi.callMethod!(Message, SendContactMethod).callMethod` is declared here source/telega/botapi.d(2160,59): Error: `@safe` function `telega.botapi.BotApi.sendChatAction` cannot call `@system` function `telega.botapi.BotApi.callMethod!(bool, SendChatActionMethod).callMethod` /opt/dmd-safe/dmd/dmd-safe failed with exit code 1.